home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 9 / developer source - volume 9.iso / webin / jun97 / chalf101.gif < prev    next >
Graphics Interchange Format  |  1998-02-10  |  20KB  |  528x176  |  4-bit (16 colors)
Labels: text | screenshot | font | number | parallel
OCR: Component Description application.cfm The application template identifies an application. When placed in a directory with other templates, Cold Fusion will always run the application template immediately before running the requested template. It's the ideal place to store global variables and code that must execute for every page in your application. <CFAPPLICATION> A new CFML tag that allows you to define an application's scope and use new client variables within that scope. Client variables A new class of variable saved on the server. <CFPARAM> A new CFML tag that allows you to declare variables and default values. <CFERROR> A new tag that lets you define the look of Cold Fusion-generated error messages. Figure 1: The Application Framework components,